programs.vscode.profiles.<name>.userTasks
Configuration written to Visual Studio Code's tasks.json. This can be a JSON object or a path to a custom JSON file.
- Type
absolute path or JSON value- Default
{ }- Example
{ version = "2.0.0"; tasks = [ { type = "shell"; label = "Hello task"; command = "hello"; } ]; }- Declared
- <home-manager/modules/programs/vscode>